ZERO
First enum must be zero, and we are just using this enum to
pass int constants between two very different environments
Content copied to clipboard
ZERO = 0;
First enum must be zero, and we are just using this enum to
pass int constants between two very different environments
ZERO = 0;